GUI Help > Special > getTreeViewItemText

getTreeViewItemText
str text=getTreeViewItemText(handle gadget, handle item)

Description:
Retrieves the text of an item in a treeview gadget.

Return Value:
Text of the specified item

Parameters:
gadget Handle of a treeview gadget
item Handle of a treeview item.
Remarks:


See Also:


Example:
(Note: You will need to include the GUI constants file for this example to work)